home *** CD-ROM | disk | FTP | other *** search
- Path: news.sfu.ca!kubo
- From: kubo@news.sfu.ca (Shuzo Kubo)
- Newsgroups: comp.lang.c++
- Subject: Can someone help a beginner?
- Date: 21 Mar 1996 22:06:51 GMT
- Organization: Simon Fraser University
- Message-ID: <4isjtr$j4r@morgoth.sfu.ca>
- NNTP-Posting-Host: fraser.sfu.ca
- X-Newsreader: NN version 6.5.0 #5 (NOV)
-
- I need to know if there are procedures that make getting the
- current date, and calculating future dates easy. I'm using a Unix C
- compiler. I've so far found the function ctime that will return the
- date as string but I'm looking for a function that will allow me to
- easily calculate future dates. Is there such function built into the
- language or do I need to implement that by myself?
-
- Thanks in advance.
-